From 331f3584636cb09be42ce1b73fb8fb9a41b2d487 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 9 Jan 2009 03:29:27 +0000 Subject: [PATCH] Update for last_command_char rename. --- src/commands.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/commands.h b/src/commands.h index 3ade1e590cb..d5d88b804f4 100644 --- a/src/commands.h +++ b/src/commands.h @@ -45,10 +45,10 @@ extern Lisp_Object Vminibuffer_local_must_match_map; and require a match */ extern Lisp_Object Vminibuffer_local_filename_must_match_map; -/* Last character of last key sequence. */ -extern Lisp_Object last_command_char; +/* Last input event read as a command. */ +extern Lisp_Object last_command_event; -/* Last input character read as a command, not counting menus +/* Last input event read as a command, not counting menus reached by the mouse. */ extern Lisp_Object last_nonmenu_event; -- 2.30.2